runtime.debugLogReader.data (field)
18 uses
runtime (current package)
debuglog.go#L103: l.w.r.data = &l.w.data
debuglog.go#L557: data *debugLogBuf
debuglog.go#L589: return uint16(r.data.b[pos%uint64(len(r.data.b))]) |
debuglog.go#L590: uint16(r.data.b[(pos+1)%uint64(len(r.data.b))])<<8
debuglog.go#L597: b[i] = r.data.b[pos%uint64(len(r.data.b))]
debuglog.go#L630: b := r.data.b[pos%uint64(len(r.data.b))]
debuglog.go#L661: b := r.data.b[r.begin%uint64(len(r.data.b))]
debuglog.go#L683: typ := r.data.b[r.begin%uint64(len(r.data.b))]
debuglog.go#L717: b := r.data.b[r.begin%uint64(len(r.data.b)):]
debuglog.go#L752: b := r.data.b[r.begin%uint64(len(r.data.b)):]
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |